1 namespace QuanLyNhanSu
2 {
3     
partial class frmtracuutt
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmtracuutt));
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.opthd = new System.Windows.Forms.RadioButton();
35             
this.opttd = new System.Windows.Forms.RadioButton();
36             
this.button1 = new System.Windows.Forms.Button();
37             
this.button2 = new System.Windows.Forms.Button();
38             
this.groupBox1.SuspendLayout();
39             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
40             
this.SuspendLayout();
41             
//
42             
// label1
43             
//
44             
this.label1.AutoSize = true;
45             
this.label1.BackColor = System.Drawing.Color.Transparent;
46             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
47             
this.label1.Location = new System.Drawing.Point(34, 4);
48             
this.label1.Name = "label1";
49             
this.label1.Size = new System.Drawing.Size(187, 20);
50             
this.label1.TabIndex = 0;
51             
this.label1.Text = "TRA CỨU THÔNG TIN";
52             
//
53             
// groupBox1
54             
//
55             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
56             
this.groupBox1.Controls.Add(this.opthd);
57             
this.groupBox1.Controls.Add(this.opttd);
58             
this.groupBox1.Location = new System.Drawing.Point(9, 22);
59             
this.groupBox1.Name = "groupBox1";
60             
this.groupBox1.Size = new System.Drawing.Size(236, 90);
61             
this.groupBox1.TabIndex = 1;
62             
this.groupBox1.TabStop = false;
63             
this.groupBox1.Text = "Chọn lựa";
64             
//
65             
// opthd
66             
//
67             
this.opthd.AutoSize = true;
68             
this.opthd.Location = new System.Drawing.Point(22, 52);
69             
this.opthd.Name = "opthd";
70             
this.opthd.Size = new System.Drawing.Size(193, 17);
71             
this.opthd.TabIndex = 2;
72             
this.opthd.TabStop = true;
73             
this.opthd.Text = "Thông tin nhân viên theo hợp đồng";
74             
this.opthd.UseVisualStyleBackColor = true;
75             
//
76             
// opttd
77             
//
78             
this.opttd.AutoSize = true;
79             
this.opttd.Location = new System.Drawing.Point(22, 29);
80             
this.opttd.Name = "opttd";
81             
this.opttd.Size = new System.Drawing.Size(183, 17);
82             
this.opttd.TabIndex = 1;
83             
this.opttd.TabStop = true;
84             
this.opttd.Text = "Thông tin nhân viên theo trình độ";
85             
this.opttd.UseVisualStyleBackColor = true;
86             
//
87             
// button1
88             
//
89             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.button1.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_ok1;
91             
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
92             
this.button1.Location = new System.Drawing.Point(22, 117);
93             
this.button1.Name = "button1";
94             
this.button1.Size = new System.Drawing.Size(100, 30);
95             
this.button1.TabIndex = 4;
96             
this.button1.Text = " Thực hiện";
97             
this.button1.UseVisualStyleBackColor = true;
98             
this.button1.Click += new System.EventHandler(this.button1_Click);
99             
//
100             
// button2
101             
//
102             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
103             
this.button2.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_cancel2;
104             
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
105             
this.button2.Location = new System.Drawing.Point(133, 117);
106             
this.button2.Name = "button2";
107             
this.button2.Size = new System.Drawing.Size(100, 30);
108             
this.button2.TabIndex = 3;
109             
this.button2.Text = "Thoát";
110             
this.button2.UseVisualStyleBackColor = true;
111             
this.button2.Click += new System.EventHandler(this.button2_Click);
112             
//
113             
// frmtracuutt
114             
//
115             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
116             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
117             
this.BackColor = System.Drawing.Color.Honeydew;
118             
this.ClientSize = new System.Drawing.Size(255, 149);
119             
this.Controls.Add(this.button1);
120             
this.Controls.Add(this.button2);
121             
this.Controls.Add(this.groupBox1);
122             
this.Controls.Add(this.label1);
123             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
124             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
125             
this.MaximizeBox = false;
126             
this.MinimizeBox = false;
127             
this.Name = "frmtracuutt";
128             
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
129             
this.Text = "Tra Cứu Thông Tin";
130             
this.ThemeName = "Office2007Blue";
131             
this.Load += new System.EventHandler(this.frmQTBienDong_Load);
132             
this.groupBox1.ResumeLayout(false);
133             
this.groupBox1.PerformLayout();
134             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
135             
this.ResumeLayout(false);
136             
this.PerformLayout();
137
138         }
139
140         
#endregion
141
142         
private System.Windows.Forms.Label label1;
143         
private System.Windows.Forms.GroupBox groupBox1;
144         
private System.Windows.Forms.RadioButton opttd;
145         
private System.Windows.Forms.Button button2;
146         
private System.Windows.Forms.RadioButton opthd;
147         
private System.Windows.Forms.Button button1;
148     }
149 }



Quản lý nhân sự công ty bằng c# _ full source code 60.430 lượt xem

Gõ tìm kiếm nhanh...